-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add optional encoding parameter to load and dump functions #81
Conversation
…ser to pass whatever encoding to use.
After several hours of struggling with my machine with a GIT Bash problem, I present the final PR including the |
PS: Apologies for the number of failed or cancelled PRs. Several of them were not correct or had late commits due to the problem with my GIT Bash that I mentioned. |
@bobfang1992 Awaiting review. Everything should now be in order. |
Thanks, will merge if all CI passes |
An optional
encoding
parameter has been added to thedump
andload
functions to provide more flexibility in specifying encoding, rather than always using the system default.